Html Css Color HEX #ADB135 Brass

📋 copy color: '#ADB135'

red 173 ◦ green 177 ◦ blue 53

#ADB135
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ADB135

Tints of Brass #ADB135

RGB

 RED value IS 173 (67.97% from 255) = 42.93%

 GREEN value IS 177 (69.53% from 255) = 43.92%

 BLUE value IS 53 (21.09% from 255) = 13.15%

R = 42.93%
G = 43.92%
B = 13.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADB135 (or 0xADB135) is known color: Brass. HEX triplet: AD, B1 and 35. RGB value is (173,177,53). Sum of RGB (Red+Green+Blue) = 173+177+53=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB135 is #524ECA. Grayscale: #A2A2A2. Windows color (decimal): -5394123 or 3518893. OLE color: 3518893.

HSL color Cylindrical-coordinate representation of color #ADB135: hue angle of 61.94º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADB135 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 53 -
CMYK 0.02 0 0.70 0.31
HSL 61.94º 0.54% 0.45% -
HSV(B) 61.94º 0.7% 0.69% -
XYZ 33.6 40.59 9.43 -
YUV 161.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 173 177 53 0.02 0 0.70 0.31 61.94 0.54 0.45
Hex AD B1 35 2 0 46 1F 3E 36 2D
Octal 255 261 65 2 0 106 37 76 66 55
Binary 10101101 10110001 110101 10 0 1000110 11111 111110 110110 101101

Color Harmonies of #ADB135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB135

Black with #ADB135

Text Example


Text Example

White with #ADB135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB135; }

 p { color: rgb(173,177,53); }

 H1.HeaderClassName
 {
   color: #ADB135;
 }
 .AnyTagClassName
 {
   color: #ADB135;
 }
</style>

background-color css

<style>
 a { background-color: #ADB135; }

 a { background-color: rgb(173,177,53); }

 div.DivClassName
 {
   background-color: #ADB135;
 }
 .BgClassName
 {
   background-color: #ADB135;
 }
</style>

border-color css

<style>
 span { border-color: #ADB135; }

 span { border-color: rgb(173,177,53); }

 td.TdClassName
 {
   border-color: #ADB135;
 }
 .TagClassName
 {
   border-color: #ADB135;
 }
</style>