Html Css Color HEX #AB9233 Reef Gold

📋 copy color: '#AB9233'

red 171 ◦ green 146 ◦ blue 51

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

Shades of Reef Gold #AB9233

Tints of Reef Gold #AB9233

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

 BLUE value IS 51 (20.31% from 255) = 13.86%

R = 46.47%
G = 39.67%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB9233 (or 0xAB9233) is known color: Reef Gold. HEX triplet: AB, 92 and 33. RGB value is (171,146,51). Sum of RGB (Red+Green+Blue) = 171+146+51=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9233 is #546DCC. Grayscale: #8F8F8F. Windows color (decimal): -5533133 or 3379883. OLE color: 3379883.

HSL color Cylindrical-coordinate representation of color #AB9233: hue angle of 47.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB9233 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 51 -
CMYK 0 0.15 0.70 0.33
HSL 47.5º 0.54% 0.44% -
HSV(B) 47.5º 0.7% 0.67% -
XYZ 27.67 29.45 7.36 -
YUV 142.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 171 146 51 0 0.15 0.70 0.33 47.5 0.54 0.44
Hex AB 92 33 0 F 46 21 30 36 2C
Octal 253 222 63 0 17 106 41 60 66 54
Binary 10101011 10010010 110011 0 1111 1000110 100001 110000 110110 101100

Color Harmonies of #AB9233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9233

Black with #AB9233

Text Example


Text Example

White with #AB9233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9233; }

 p { color: rgb(171,146,51); }

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

background-color css

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

 a { background-color: rgb(171,146,51); }

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

border-color css

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

 span { border-color: rgb(171,146,51); }

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