Html Css Color HEX #ADB042 Brass

📋 copy color: '#ADB042'

red 173 ◦ green 176 ◦ blue 66

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

Shades of Brass #ADB042

Tints of Brass #ADB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 41.69%
G = 42.41%
B = 15.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#ADB042 (or 0xADB042) is known color: Brass. HEX triplet: AD, B0 and 42. RGB value is (173,176,66). Sum of RGB (Red+Green+Blue) = 173+176+66=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB042 is #524FBD. Grayscale: #A2A2A2. Windows color (decimal): -5394366 or 4370605. OLE color: 4370605.

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

Color convert

RGB 173 176 66 -
CMYK 0.02 0 0.62 0.31
HSL 61.64º 0.45% 0.47% -
HSV(B) 61.64º 0.63% 0.69% -
XYZ 33.74 40.33 11.16 -
YUV 162.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 173 176 66 0.02 0 0.62 0.31 61.64 0.45 0.47
Hex AD B0 42 2 0 3E 1F 3E 2D 2F
Octal 255 260 102 2 0 76 37 76 55 57
Binary 10101101 10110000 1000010 10 0 111110 11111 111110 101101 101111

Color Harmonies of #ADB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB042

Black with #ADB042

Text Example


Text Example

White with #ADB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB042; }

 p { color: rgb(173,176,66); }

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

background-color css

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

 a { background-color: rgb(173,176,66); }

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

border-color css

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

 span { border-color: rgb(173,176,66); }

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