Html Css Color HEX #AB832B Reef Gold

📋 copy color: '#AB832B'

red 171 ◦ green 131 ◦ blue 43

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

Shades of Reef Gold #AB832B

Tints of Reef Gold #AB832B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 49.57%
G = 37.97%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB832B (or 0xAB832B) is known color: Reef Gold. HEX triplet: AB, 83 and 2B. RGB value is (171,131,43). Sum of RGB (Red+Green+Blue) = 171+131+43=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB832B is #547CD4. Grayscale: #858585. Windows color (decimal): -5536981 or 2851755. OLE color: 2851755.

HSL color Cylindrical-coordinate representation of color #AB832B: hue angle of 41.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB832B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 131 43 -
CMYK 0 0.23 0.75 0.33
HSL 41.25º 0.6% 0.42% -
HSV(B) 41.25º 0.75% 0.67% -
XYZ 25.35 25.06 5.79 -
YUV 132.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 171 131 43 0 0.23 0.75 0.33 41.25 0.6 0.42
Hex AB 83 2B 0 17 4B 21 29 3C 2A
Octal 253 203 53 0 27 113 41 51 74 52
Binary 10101011 10000011 101011 0 10111 1001011 100001 101001 111100 101010

Color Harmonies of #AB832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB832B

Black with #AB832B

Text Example


Text Example

White with #AB832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB832B; }

 p { color: rgb(171,131,43); }

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

background-color css

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

 a { background-color: rgb(171,131,43); }

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

border-color css

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

 span { border-color: rgb(171,131,43); }

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