Html Css Color HEX #AFA16A Gimblet

📋 copy color: '#AFA16A'

red 175 ◦ green 161 ◦ blue 106

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

Shades of Gimblet #AFA16A

Tints of Gimblet #AFA16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

 BLUE value IS 106 (41.8% from 255) = 23.98%

R = 39.59%
G = 36.43%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AFA16A (or 0xAFA16A) is known color: Gimblet. HEX triplet: AF, A1 and 6A. RGB value is (175,161,106). Sum of RGB (Red+Green+Blue) = 175+161+106=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA16A is #505E95. Grayscale: #9F9F9F. Windows color (decimal): -5267094 or 6988207. OLE color: 6988207.

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

Color convert

RGB 175 161 106 -
CMYK 0 0.08 0.39 0.31
HSL 47.83º 0.3% 0.55% -
HSV(B) 47.83º 0.39% 0.69% -
XYZ 33.03 35.64 18.78 -
YUV 158.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 175 161 106 0 0.08 0.39 0.31 47.83 0.3 0.55
Hex AF A1 6A 0 8 27 1F 30 1E 37
Octal 257 241 152 0 10 47 37 60 36 67
Binary 10101111 10100001 1101010 0 1000 100111 11111 110000 11110 110111

Color Harmonies of #AFA16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA16A

Black with #AFA16A

Text Example


Text Example

White with #AFA16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA16A; }

 p { color: rgb(175,161,106); }

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

background-color css

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

 a { background-color: rgb(175,161,106); }

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

border-color css

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

 span { border-color: rgb(175,161,106); }

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