Html Css Color HEX #AFAB70 Dark Khaki

📋 copy color: '#AFAB70'

red 175 ◦ green 171 ◦ blue 112

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

Shades of Dark Khaki #AFAB70

Tints of Dark Khaki #AFAB70

RGB

 RED value IS 175 (68.75% from 255) = 38.21%

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 38.21%
G = 37.34%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AFAB70 (or 0xAFAB70) is known color: Dark Khaki. HEX triplet: AF, AB and 70. RGB value is (175,171,112). Sum of RGB (Red+Green+Blue) = 175+171+112=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB70 is #50548F. Grayscale: #A5A5A5. Windows color (decimal): -5264528 or 7383983. OLE color: 7383983.

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

Color convert

RGB 175 171 112 -
CMYK 0 0.02 0.36 0.31
HSL 56.19º 0.28% 0.56% -
HSV(B) 56.19º 0.36% 0.69% -
XYZ 35.17 39.41 21.08 -
YUV 165.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 175 171 112 0 0.02 0.36 0.31 56.19 0.28 0.56
Hex AF AB 70 0 2 24 1F 38 1C 38
Octal 257 253 160 0 2 44 37 70 34 70
Binary 10101111 10101011 1110000 0 10 100100 11111 111000 11100 111000

Color Harmonies of #AFAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB70

Black with #AFAB70

Text Example


Text Example

White with #AFAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB70; }

 p { color: rgb(175,171,112); }

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

background-color css

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

 a { background-color: rgb(175,171,112); }

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

border-color css

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

 span { border-color: rgb(175,171,112); }

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