Html Css Color HEX #ADAF42 Brass

📋 copy color: '#ADAF42'

red 173 ◦ green 175 ◦ blue 66

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

Shades of Brass #ADAF42

Tints of Brass #ADAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 41.79%
G = 42.27%
B = 15.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#ADAF42 (or 0xADAF42) is known color: Brass. HEX triplet: AD, AF and 42. RGB value is (173,175,66). Sum of RGB (Red+Green+Blue) = 173+175+66=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF42 is #5250BD. Grayscale: #A2A2A2. Windows color (decimal): -5394622 or 4370349. OLE color: 4370349.

HSL color Cylindrical-coordinate representation of color #ADAF42: hue angle of 61.1º 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 #ADAF42 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 175 66 -
CMYK 0.01 0 0.62 0.31
HSL 61.1º 0.45% 0.47% -
HSV(B) 61.1º 0.62% 0.69% -
XYZ 33.55 39.94 11.09 -
YUV 161.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 173 175 66 0.01 0 0.62 0.31 61.1 0.45 0.47
Hex AD AF 42 1 0 3E 1F 3D 2D 2F
Octal 255 257 102 1 0 76 37 75 55 57
Binary 10101101 10101111 1000010 1 0 111110 11111 111101 101101 101111

Color Harmonies of #ADAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF42

Black with #ADAF42

Text Example


Text Example

White with #ADAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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