Html Css Color HEX #AB9A3A Reef Gold

📋 copy color: '#AB9A3A'

red 171 ◦ green 154 ◦ blue 58

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

Shades of Reef Gold #AB9A3A

Tints of Reef Gold #AB9A3A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 44.65%
G = 40.21%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB9A3A (or 0xAB9A3A) is known color: Reef Gold. HEX triplet: AB, 9A and 3A. RGB value is (171,154,58). Sum of RGB (Red+Green+Blue) = 171+154+58=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A3A is #5465C5. Grayscale: #949494. Windows color (decimal): -5531078 or 3840683. OLE color: 3840683.

HSL color Cylindrical-coordinate representation of color #AB9A3A: hue angle of 50.97º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB9A3A is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 58 -
CMYK 0 0.10 0.66 0.33
HSL 50.97º 0.49% 0.45% -
HSV(B) 50.97º 0.66% 0.67% -
XYZ 29.11 32.07 8.66 -
YUV 148.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 171 154 58 0 0.10 0.66 0.33 50.97 0.49 0.45
Hex AB 9A 3A 0 A 42 21 33 31 2D
Octal 253 232 72 0 12 102 41 63 61 55
Binary 10101011 10011010 111010 0 1010 1000010 100001 110011 110001 101101

Color Harmonies of #AB9A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A3A

Black with #AB9A3A

Text Example


Text Example

White with #AB9A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A3A; }

 p { color: rgb(171,154,58); }

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

background-color css

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

 a { background-color: rgb(171,154,58); }

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

border-color css

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

 span { border-color: rgb(171,154,58); }

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