Html Css Color HEX #AB912E Reef Gold

📋 copy color: '#AB912E'

red 171 ◦ green 145 ◦ blue 46

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

Shades of Reef Gold #AB912E

Tints of Reef Gold #AB912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

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

R = 47.24%
G = 40.06%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB912E (or 0xAB912E) is known color: Reef Gold. HEX triplet: AB, 91 and 2E. RGB value is (171,145,46). Sum of RGB (Red+Green+Blue) = 171+145+46=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB912E is #546ED1. Grayscale: #8D8D8D. Windows color (decimal): -5533394 or 3051947. OLE color: 3051947.

HSL color Cylindrical-coordinate representation of color #AB912E: hue angle of 47.52º 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 #AB912E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 46 -
CMYK 0 0.15 0.73 0.33
HSL 47.52º 0.58% 0.43% -
HSV(B) 47.52º 0.73% 0.67% -
XYZ 27.41 29.11 6.76 -
YUV 141.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 171 145 46 0 0.15 0.73 0.33 47.52 0.58 0.43
Hex AB 91 2E 0 F 49 21 30 3A 2B
Octal 253 221 56 0 17 111 41 60 72 53
Binary 10101011 10010001 101110 0 1111 1001001 100001 110000 111010 101011

Color Harmonies of #AB912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB912E

Black with #AB912E

Text Example


Text Example

White with #AB912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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