Html Css Color HEX #AFA56E Gimblet

📋 copy color: '#AFA56E'

red 175 ◦ green 165 ◦ blue 110

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

Shades of Gimblet #AFA56E

Tints of Gimblet #AFA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 38.89%
G = 36.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AFA56E (or 0xAFA56E) is known color: Gimblet. HEX triplet: AF, A5 and 6E. RGB value is (175,165,110). Sum of RGB (Red+Green+Blue) = 175+165+110=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA56E is #505A91. Grayscale: #A1A1A1. Windows color (decimal): -5266066 or 7251375. OLE color: 7251375.

HSL color Cylindrical-coordinate representation of color #AFA56E: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFA56E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 110 -
CMYK 0 0.06 0.37 0.31
HSL 50.77º 0.29% 0.56% -
HSV(B) 50.77º 0.37% 0.69% -
XYZ 33.95 37.15 20.13 -
YUV 161.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 175 165 110 0 0.06 0.37 0.31 50.77 0.29 0.56
Hex AF A5 6E 0 6 25 1F 33 1D 38
Octal 257 245 156 0 6 45 37 63 35 70
Binary 10101111 10100101 1101110 0 110 100101 11111 110011 11101 111000

Color Harmonies of #AFA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA56E

Black with #AFA56E

Text Example


Text Example

White with #AFA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA56E; }

 p { color: rgb(175,165,110); }

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

background-color css

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

 a { background-color: rgb(175,165,110); }

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

border-color css

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

 span { border-color: rgb(175,165,110); }

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