Html Css Color HEX #AFA067 Gimblet

📋 copy color: '#AFA067'

red 175 ◦ green 160 ◦ blue 103

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

Shades of Gimblet #AFA067

Tints of Gimblet #AFA067

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

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

R = 39.95%
G = 36.53%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFA067 (or 0xAFA067) is known color: Gimblet. HEX triplet: AF, A0 and 67. RGB value is (175,160,103). Sum of RGB (Red+Green+Blue) = 175+160+103=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA067 is #505F98. Grayscale: #9E9E9E. Windows color (decimal): -5267353 or 6791343. OLE color: 6791343.

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

Color convert

RGB 175 160 103 -
CMYK 0 0.09 0.41 0.31
HSL 47.5º 0.31% 0.55% -
HSV(B) 47.5º 0.41% 0.69% -
XYZ 32.7 35.23 17.91 -
YUV 157.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 175 160 103 0 0.09 0.41 0.31 47.5 0.31 0.55
Hex AF A0 67 0 9 29 1F 30 1F 37
Octal 257 240 147 0 11 51 37 60 37 67
Binary 10101111 10100000 1100111 0 1001 101001 11111 110000 11111 110111

Color Harmonies of #AFA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA067

Black with #AFA067

Text Example


Text Example

White with #AFA067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA067; }

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

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

background-color css

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

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

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

border-color css

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

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

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