Html Css Color HEX #AFA867 Gimblet

📋 copy color: '#AFA867'

red 175 ◦ green 168 ◦ blue 103

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

Shades of Gimblet #AFA867

Tints of Gimblet #AFA867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.09%

R = 39.24%
G = 37.67%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFA867 (or 0xAFA867) is known color: Gimblet. HEX triplet: AF, A8 and 67. RGB value is (175,168,103). Sum of RGB (Red+Green+Blue) = 175+168+103=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA867 is #505798. Grayscale: #A2A2A2. Windows color (decimal): -5265305 or 6793391. OLE color: 6793391.

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

Color convert

RGB 175 168 103 -
CMYK 0 0.04 0.41 0.31
HSL 54.17º 0.31% 0.55% -
HSV(B) 54.17º 0.41% 0.69% -
XYZ 34.13 38.1 18.39 -
YUV 162.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 175 168 103 0 0.04 0.41 0.31 54.17 0.31 0.55
Hex AF A8 67 0 4 29 1F 36 1F 37
Octal 257 250 147 0 4 51 37 66 37 67
Binary 10101111 10101000 1100111 0 100 101001 11111 110110 11111 110111

Color Harmonies of #AFA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA867

Black with #AFA867

Text Example


Text Example

White with #AFA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA867; }

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

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

background-color css

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

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

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

border-color css

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

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

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