Html Css Color HEX #AFA767 Gimblet

📋 copy color: '#AFA767'

red 175 ◦ green 167 ◦ blue 103

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

Shades of Gimblet #AFA767

Tints of Gimblet #AFA767

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

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

R = 39.33%
G = 37.53%
B = 23.15%

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

#AFA767 (or 0xAFA767) is known color: Gimblet. HEX triplet: AF, A7 and 67. RGB value is (175,167,103). Sum of RGB (Red+Green+Blue) = 175+167+103=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA767 is #505898. Grayscale: #A2A2A2. Windows color (decimal): -5265561 or 6793135. OLE color: 6793135.

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

Color convert

RGB 175 167 103 -
CMYK 0 0.05 0.41 0.31
HSL 53.33º 0.31% 0.55% -
HSV(B) 53.33º 0.41% 0.69% -
XYZ 33.95 37.73 18.33 -
YUV 162.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 175 167 103 0 0.05 0.41 0.31 53.33 0.31 0.55
Hex AF A7 67 0 5 29 1F 35 1F 37
Octal 257 247 147 0 5 51 37 65 37 67
Binary 10101111 10100111 1100111 0 101 101001 11111 110101 11111 110111

Color Harmonies of #AFA767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA767

Black with #AFA767

Text Example


Text Example

White with #AFA767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA767; }

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

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

background-color css

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

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

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

border-color css

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

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

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