Html Css Color HEX #AFA36D Gimblet

📋 copy color: '#AFA36D'

red 175 ◦ green 163 ◦ blue 109

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

Shades of Gimblet #AFA36D

Tints of Gimblet #AFA36D

RGB

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

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

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

R = 39.15%
G = 36.47%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AFA36D (or 0xAFA36D) is known color: Gimblet. HEX triplet: AF, A3 and 6D. RGB value is (175,163,109). Sum of RGB (Red+Green+Blue) = 175+163+109=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA36D is #505C92. Grayscale: #A0A0A0. Windows color (decimal): -5266579 or 7185327. OLE color: 7185327.

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

Color convert

RGB 175 163 109 -
CMYK 0 0.07 0.38 0.31
HSL 49.09º 0.29% 0.56% -
HSV(B) 49.09º 0.38% 0.69% -
XYZ 33.54 36.41 19.73 -
YUV 160.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 175 163 109 0 0.07 0.38 0.31 49.09 0.29 0.56
Hex AF A3 6D 0 7 26 1F 31 1D 38
Octal 257 243 155 0 7 46 37 61 35 70
Binary 10101111 10100011 1101101 0 111 100110 11111 110001 11101 111000

Color Harmonies of #AFA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA36D

Black with #AFA36D

Text Example


Text Example

White with #AFA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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