Html Css Color HEX #AFA65D Gimblet

📋 copy color: '#AFA65D'

red 175 ◦ green 166 ◦ blue 93

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

Shades of Gimblet #AFA65D

Tints of Gimblet #AFA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 40.32%
G = 38.25%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AFA65D (or 0xAFA65D) is known color: Gimblet. HEX triplet: AF, A6 and 5D. RGB value is (175,166,93). Sum of RGB (Red+Green+Blue) = 175+166+93=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA65D is #5059A2. Grayscale: #A0A0A0. Windows color (decimal): -5265827 or 6137519. OLE color: 6137519.

HSL color Cylindrical-coordinate representation of color #AFA65D: hue angle of 53.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFA65D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 93 -
CMYK 0 0.05 0.47 0.31
HSL 53.41º 0.34% 0.53% -
HSV(B) 53.41º 0.47% 0.69% -
XYZ 33.29 37.18 15.78 -
YUV 160.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 175 166 93 0 0.05 0.47 0.31 53.41 0.34 0.53
Hex AF A6 5D 0 5 2F 1F 35 22 35
Octal 257 246 135 0 5 57 37 65 42 65
Binary 10101111 10100110 1011101 0 101 101111 11111 110101 100010 110101

Color Harmonies of #AFA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA65D

Black with #AFA65D

Text Example


Text Example

White with #AFA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA65D; }

 p { color: rgb(175,166,93); }

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

background-color css

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

 a { background-color: rgb(175,166,93); }

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

border-color css

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

 span { border-color: rgb(175,166,93); }

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