Html Css Color HEX #AB943A Reef Gold

📋 copy color: '#AB943A'

red 171 ◦ green 148 ◦ blue 58

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

Shades of Reef Gold #AB943A

Tints of Reef Gold #AB943A

RGB

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

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

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

R = 45.36%
G = 39.26%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB943A (or 0xAB943A) is known color: Reef Gold. HEX triplet: AB, 94 and 3A. RGB value is (171,148,58). Sum of RGB (Red+Green+Blue) = 171+148+58=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB943A is #546BC5. Grayscale: #919191. Windows color (decimal): -5532614 or 3839147. OLE color: 3839147.

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

Color convert

RGB 171 148 58 -
CMYK 0 0.13 0.66 0.33
HSL 47.79º 0.49% 0.45% -
HSV(B) 47.79º 0.66% 0.67% -
XYZ 28.15 30.14 8.34 -
YUV 144.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 171 148 58 0 0.13 0.66 0.33 47.79 0.49 0.45
Hex AB 94 3A 0 D 42 21 30 31 2D
Octal 253 224 72 0 15 102 41 60 61 55
Binary 10101011 10010100 111010 0 1101 1000010 100001 110000 110001 101101

Color Harmonies of #AB943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB943A

Black with #AB943A

Text Example


Text Example

White with #AB943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB943A; }

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

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

background-color css

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

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

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

border-color css

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

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

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