Html Css Color HEX #AB923A Reef Gold

📋 copy color: '#AB923A'

red 171 ◦ green 146 ◦ blue 58

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

Shades of Reef Gold #AB923A

Tints of Reef Gold #AB923A

RGB

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

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

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

R = 45.6%
G = 38.93%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB923A (or 0xAB923A) is known color: Reef Gold. HEX triplet: AB, 92 and 3A. RGB value is (171,146,58). Sum of RGB (Red+Green+Blue) = 171+146+58=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB923A is #546DC5. Grayscale: #8F8F8F. Windows color (decimal): -5533126 or 3838635. OLE color: 3838635.

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

Color convert

RGB 171 146 58 -
CMYK 0 0.15 0.66 0.33
HSL 46.73º 0.49% 0.45% -
HSV(B) 46.73º 0.66% 0.67% -
XYZ 27.84 29.52 8.23 -
YUV 143.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 171 146 58 0 0.15 0.66 0.33 46.73 0.49 0.45
Hex AB 92 3A 0 F 42 21 2F 31 2D
Octal 253 222 72 0 17 102 41 57 61 55
Binary 10101011 10010010 111010 0 1111 1000010 100001 101111 110001 101101

Color Harmonies of #AB923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB923A

Black with #AB923A

Text Example


Text Example

White with #AB923A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB923A; }

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

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

background-color css

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

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

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

border-color css

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

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

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