Html Css Color HEX #AFA667 Gimblet

📋 copy color: '#AFA667'

red 175 ◦ green 166 ◦ blue 103

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

Shades of Gimblet #AFA667

Tints of Gimblet #AFA667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

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

R = 39.41%
G = 37.39%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFA667 (or 0xAFA667) is known color: Gimblet. HEX triplet: AF, A6 and 67. RGB value is (175,166,103). Sum of RGB (Red+Green+Blue) = 175+166+103=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA667 is #505998. Grayscale: #A1A1A1. Windows color (decimal): -5265817 or 6792879. OLE color: 6792879.

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

Color convert

RGB 175 166 103 -
CMYK 0 0.05 0.41 0.31
HSL 52.5º 0.31% 0.55% -
HSV(B) 52.5º 0.41% 0.69% -
XYZ 33.76 37.37 18.26 -
YUV 161.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 175 166 103 0 0.05 0.41 0.31 52.5 0.31 0.55
Hex AF A6 67 0 5 29 1F 34 1F 37
Octal 257 246 147 0 5 51 37 64 37 67
Binary 10101111 10100110 1100111 0 101 101001 11111 110100 11111 110111

Color Harmonies of #AFA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA667

Black with #AFA667

Text Example


Text Example

White with #AFA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA667; }

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

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

background-color css

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

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

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

border-color css

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

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

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