Html Css Color HEX #AB8A28 Reef Gold

📋 copy color: '#AB8A28'

red 171 ◦ green 138 ◦ blue 40

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

Shades of Reef Gold #AB8A28

Tints of Reef Gold #AB8A28

RGB

 RED value IS 171 (67.19% from 255) = 49%

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 49%
G = 39.54%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB8A28 (or 0xAB8A28) is known color: Reef Gold. HEX triplet: AB, 8A and 28. RGB value is (171,138,40). Sum of RGB (Red+Green+Blue) = 171+138+40=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A28 is #5475D7. Grayscale: #898989. Windows color (decimal): -5535192 or 2656939. OLE color: 2656939.

HSL color Cylindrical-coordinate representation of color #AB8A28: hue angle of 44.89º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB8A28 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 138 40 -
CMYK 0 0.19 0.77 0.33
HSL 44.89º 0.62% 0.41% -
HSV(B) 44.89º 0.77% 0.67% -
XYZ 26.27 26.99 5.83 -
YUV 136.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 171 138 40 0 0.19 0.77 0.33 44.89 0.62 0.41
Hex AB 8A 28 0 13 4D 21 2D 3E 29
Octal 253 212 50 0 23 115 41 55 76 51
Binary 10101011 10001010 101000 0 10011 1001101 100001 101101 111110 101001

Color Harmonies of #AB8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A28

Black with #AB8A28

Text Example


Text Example

White with #AB8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A28; }

 p { color: rgb(171,138,40); }

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

background-color css

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

 a { background-color: rgb(171,138,40); }

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

border-color css

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

 span { border-color: rgb(171,138,40); }

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