Html Css Color HEX #AB942E Reef Gold

📋 copy color: '#AB942E'

red 171 ◦ green 148 ◦ blue 46

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

Shades of Reef Gold #AB942E

Tints of Reef Gold #AB942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 46.85%
G = 40.55%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB942E (or 0xAB942E) is known color: Reef Gold. HEX triplet: AB, 94 and 2E. RGB value is (171,148,46). Sum of RGB (Red+Green+Blue) = 171+148+46=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB942E is #546BD1. Grayscale: #8F8F8F. Windows color (decimal): -5532626 or 3052715. OLE color: 3052715.

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

Color convert

RGB 171 148 46 -
CMYK 0 0.13 0.73 0.33
HSL 48.96º 0.58% 0.43% -
HSV(B) 48.96º 0.73% 0.67% -
XYZ 27.88 30.03 6.91 -
YUV 143.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 171 148 46 0 0.13 0.73 0.33 48.96 0.58 0.43
Hex AB 94 2E 0 D 49 21 31 3A 2B
Octal 253 224 56 0 15 111 41 61 72 53
Binary 10101011 10010100 101110 0 1101 1001001 100001 110001 111010 101011

Color Harmonies of #AB942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB942E

Black with #AB942E

Text Example


Text Example

White with #AB942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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