Html Css Color HEX #AFA36A Gimblet

📋 copy color: '#AFA36A'

red 175 ◦ green 163 ◦ blue 106

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

Shades of Gimblet #AFA36A

Tints of Gimblet #AFA36A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.71%

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

R = 39.41%
G = 36.71%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AFA36A (or 0xAFA36A) is known color: Gimblet. HEX triplet: AF, A3 and 6A. RGB value is (175,163,106). Sum of RGB (Red+Green+Blue) = 175+163+106=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA36A is #505C95. Grayscale: #A0A0A0. Windows color (decimal): -5266582 or 6988719. OLE color: 6988719.

HSL color Cylindrical-coordinate representation of color #AFA36A: hue angle of 49.57º 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 #AFA36A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 106 -
CMYK 0 0.07 0.39 0.31
HSL 49.57º 0.3% 0.55% -
HSV(B) 49.57º 0.39% 0.69% -
XYZ 33.38 36.35 18.89 -
YUV 160.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 175 163 106 0 0.07 0.39 0.31 49.57 0.3 0.55
Hex AF A3 6A 0 7 27 1F 32 1E 37
Octal 257 243 152 0 7 47 37 62 36 67
Binary 10101111 10100011 1101010 0 111 100111 11111 110010 11110 110111

Color Harmonies of #AFA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA36A

Black with #AFA36A

Text Example


Text Example

White with #AFA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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