Html Css Color HEX #AFA56D Gimblet

📋 copy color: '#AFA56D'

red 175 ◦ green 165 ◦ blue 109

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

Shades of Gimblet #AFA56D

Tints of Gimblet #AFA56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 38.98%
G = 36.75%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AFA56D (or 0xAFA56D) is known color: Gimblet. HEX triplet: AF, A5 and 6D. RGB value is (175,165,109). Sum of RGB (Red+Green+Blue) = 175+165+109=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA56D is #505A92. Grayscale: #A1A1A1. Windows color (decimal): -5266067 or 7185839. OLE color: 7185839.

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

Color convert

RGB 175 165 109 -
CMYK 0 0.06 0.38 0.31
HSL 50.91º 0.29% 0.56% -
HSV(B) 50.91º 0.38% 0.69% -
XYZ 33.89 37.13 19.85 -
YUV 161.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 175 165 109 0 0.06 0.38 0.31 50.91 0.29 0.56
Hex AF A5 6D 0 6 26 1F 33 1D 38
Octal 257 245 155 0 6 46 37 63 35 70
Binary 10101111 10100101 1101101 0 110 100110 11111 110011 11101 111000

Color Harmonies of #AFA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA56D

Black with #AFA56D

Text Example


Text Example

White with #AFA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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