Html Css Color HEX #AFA86A Gimblet

📋 copy color: '#AFA86A'

red 175 ◦ green 168 ◦ blue 106

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

Shades of Gimblet #AFA86A

Tints of Gimblet #AFA86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 106 (41.8% from 255) = 23.61%

R = 38.98%
G = 37.42%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AFA86A (or 0xAFA86A) is known color: Gimblet. HEX triplet: AF, A8 and 6A. RGB value is (175,168,106). Sum of RGB (Red+Green+Blue) = 175+168+106=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA86A is #505795. Grayscale: #A3A3A3. Windows color (decimal): -5265302 or 6989999. OLE color: 6989999.

HSL color Cylindrical-coordinate representation of color #AFA86A: hue angle of 53.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFA86A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 106 -
CMYK 0 0.04 0.39 0.31
HSL 53.91º 0.3% 0.55% -
HSV(B) 53.91º 0.39% 0.69% -
XYZ 34.28 38.16 19.19 -
YUV 163.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 175 168 106 0 0.04 0.39 0.31 53.91 0.3 0.55
Hex AF A8 6A 0 4 27 1F 36 1E 37
Octal 257 250 152 0 4 47 37 66 36 67
Binary 10101111 10101000 1101010 0 100 100111 11111 110110 11110 110111

Color Harmonies of #AFA86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA86A

Black with #AFA86A

Text Example


Text Example

White with #AFA86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA86A; }

 p { color: rgb(175,168,106); }

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

background-color css

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

 a { background-color: rgb(175,168,106); }

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

border-color css

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

 span { border-color: rgb(175,168,106); }

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