Html Css Color HEX #AFA969 Gimblet

📋 copy color: '#AFA969'

red 175 ◦ green 169 ◦ blue 105

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

Shades of Gimblet #AFA969

Tints of Gimblet #AFA969

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 105 (41.41% from 255) = 23.39%

R = 38.98%
G = 37.64%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AFA969 (or 0xAFA969) is known color: Gimblet. HEX triplet: AF, A9 and 69. RGB value is (175,169,105). Sum of RGB (Red+Green+Blue) = 175+169+105=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA969 is #505696. Grayscale: #A3A3A3. Windows color (decimal): -5265047 or 6924719. OLE color: 6924719.

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

Color convert

RGB 175 169 105 -
CMYK 0 0.03 0.40 0.31
HSL 54.86º 0.3% 0.55% -
HSV(B) 54.86º 0.4% 0.69% -
XYZ 34.42 38.51 18.98 -
YUV 163.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 175 169 105 0 0.03 0.40 0.31 54.86 0.3 0.55
Hex AF A9 69 0 3 28 1F 37 1E 37
Octal 257 251 151 0 3 50 37 67 36 67
Binary 10101111 10101001 1101001 0 11 101000 11111 110111 11110 110111

Color Harmonies of #AFA969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA969

Black with #AFA969

Text Example


Text Example

White with #AFA969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA969; }

 p { color: rgb(175,169,105); }

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

background-color css

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

 a { background-color: rgb(175,169,105); }

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

border-color css

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

 span { border-color: rgb(175,169,105); }

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