Html Css Color HEX #AFA25D Gimblet

📋 copy color: '#AFA25D'

red 175 ◦ green 162 ◦ blue 93

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

Shades of Gimblet #AFA25D

Tints of Gimblet #AFA25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

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

R = 40.7%
G = 37.67%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AFA25D (or 0xAFA25D) is known color: Gimblet. HEX triplet: AF, A2 and 5D. RGB value is (175,162,93). Sum of RGB (Red+Green+Blue) = 175+162+93=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA25D is #505DA2. Grayscale: #9E9E9E. Windows color (decimal): -5266851 or 6136495. OLE color: 6136495.

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

Color convert

RGB 175 162 93 -
CMYK 0 0.07 0.47 0.31
HSL 50.49º 0.34% 0.53% -
HSV(B) 50.49º 0.47% 0.69% -
XYZ 32.58 35.74 15.54 -
YUV 158.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 175 162 93 0 0.07 0.47 0.31 50.49 0.34 0.53
Hex AF A2 5D 0 7 2F 1F 32 22 35
Octal 257 242 135 0 7 57 37 62 42 65
Binary 10101111 10100010 1011101 0 111 101111 11111 110010 100010 110101

Color Harmonies of #AFA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA25D

Black with #AFA25D

Text Example


Text Example

White with #AFA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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