Html Css Color HEX #AB9230 Reef Gold

📋 copy color: '#AB9230'

red 171 ◦ green 146 ◦ blue 48

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

Shades of Reef Gold #AB9230

Tints of Reef Gold #AB9230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 46.85%
G = 40%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB9230 (or 0xAB9230) is known color: Reef Gold. HEX triplet: AB, 92 and 30. RGB value is (171,146,48). Sum of RGB (Red+Green+Blue) = 171+146+48=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9230 is #546DCF. Grayscale: #8E8E8E. Windows color (decimal): -5533136 or 3183275. OLE color: 3183275.

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

Color convert

RGB 171 146 48 -
CMYK 0 0.15 0.72 0.33
HSL 47.8º 0.56% 0.43% -
HSV(B) 47.8º 0.72% 0.67% -
XYZ 27.61 29.43 7.02 -
YUV 142.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 171 146 48 0 0.15 0.72 0.33 47.8 0.56 0.43
Hex AB 92 30 0 F 48 21 30 38 2B
Octal 253 222 60 0 17 110 41 60 70 53
Binary 10101011 10010010 110000 0 1111 1001000 100001 110000 111000 101011

Color Harmonies of #AB9230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9230

Black with #AB9230

Text Example


Text Example

White with #AB9230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9230; }

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

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

background-color css

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

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

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

border-color css

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

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

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