Html Css Color HEX #AB902E Reef Gold

📋 copy color: '#AB902E'

red 171 ◦ green 144 ◦ blue 46

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

Shades of Reef Gold #AB902E

Tints of Reef Gold #AB902E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 47.37%
G = 39.89%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB902E (or 0xAB902E) is known color: Reef Gold. HEX triplet: AB, 90 and 2E. RGB value is (171,144,46). Sum of RGB (Red+Green+Blue) = 171+144+46=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB902E is #546FD1. Grayscale: #8D8D8D. Windows color (decimal): -5533650 or 3051691. OLE color: 3051691.

HSL color Cylindrical-coordinate representation of color #AB902E: hue angle of 47.04º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB902E is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 144 46 -
CMYK 0 0.16 0.73 0.33
HSL 47.04º 0.58% 0.43% -
HSV(B) 47.04º 0.73% 0.67% -
XYZ 27.26 28.8 6.71 -
YUV 140.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 171 144 46 0 0.16 0.73 0.33 47.04 0.58 0.43
Hex AB 90 2E 0 10 49 21 2F 3A 2B
Octal 253 220 56 0 20 111 41 57 72 53
Binary 10101011 10010000 101110 0 10000 1001001 100001 101111 111010 101011

Color Harmonies of #AB902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB902E

Black with #AB902E

Text Example


Text Example

White with #AB902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB902E; }

 p { color: rgb(171,144,46); }

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

background-color css

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

 a { background-color: rgb(171,144,46); }

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

border-color css

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

 span { border-color: rgb(171,144,46); }

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