Html Css Color HEX #AFA25A Gimblet

📋 copy color: '#AFA25A'

red 175 ◦ green 162 ◦ blue 90

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

Shades of Gimblet #AFA25A

Tints of Gimblet #AFA25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 40.98%
G = 37.94%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AFA25A (or 0xAFA25A) is known color: Gimblet. HEX triplet: AF, A2 and 5A. RGB value is (175,162,90). Sum of RGB (Red+Green+Blue) = 175+162+90=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA25A is #505DA5. Grayscale: #9D9D9D. Windows color (decimal): -5266854 or 5939887. OLE color: 5939887.

HSL color Cylindrical-coordinate representation of color #AFA25A: hue angle of 50.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFA25A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 90 -
CMYK 0 0.07 0.49 0.31
HSL 50.82º 0.35% 0.52% -
HSV(B) 50.82º 0.49% 0.69% -
XYZ 32.44 35.69 14.85 -
YUV 157.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 175 162 90 0 0.07 0.49 0.31 50.82 0.35 0.52
Hex AF A2 5A 0 7 31 1F 33 23 34
Octal 257 242 132 0 7 61 37 63 43 64
Binary 10101111 10100010 1011010 0 111 110001 11111 110011 100011 110100

Color Harmonies of #AFA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA25A

Black with #AFA25A

Text Example


Text Example

White with #AFA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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